*Graphic()
Creates an instance of a graphic from the graphic definition.
Syntax
*Graphic(graphic_name, "graphic_label", graphic_def)
Application
MotionView and HyperView.
Inputs
- graphic_name
 - The variable name of the graphic.
 - "graphic_label"
 - The descriptive label of the graphic.
 - graphic_def
 - The graphic definition to be used.
 
Example
*DefinePage(page_def_1, plt_name)
    *Layout(1)
    *Title("Untitled", Off)
    *Graphic("GRAPHIC", grph_def_1, grph_name)
    *Graphic("GRAPHIC", grph_def_2, grph_name)
*EndDefine()
      Comments
All arguments after the third argument are user-defined.